export declare const GridItem: import("../utils").WithInstall; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconColor: StringConstructor; iconPrefix: StringConstructor; badgeProps: import("vue").PropType>; }, (() => JSX.Element) | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconColor: StringConstructor; iconPrefix: StringConstructor; badgeProps: import("vue").PropType>; }>>, { replace: boolean; dot: boolean; }>>; export default GridItem; export type { GridItemProps } from './GridItem'; declare module 'vue' { interface GlobalComponents { VanGridItem: typeof GridItem; } }