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>; }, (() => import("vue/jsx-runtime").JSX.Element) | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, 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 { gridItemProps } from './GridItem'; export type { GridItemProps } from './GridItem'; export type { GridItemThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanGridItem: typeof GridItem; } }