import { type PropType, type ExtractPropTypes } from 'vue'; import { type BadgeProps } from '../badge'; export declare const gridItemProps: { to: PropType; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconColor: StringConstructor; iconPrefix: StringConstructor; badgeProps: PropType>; }; export type GridItemProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent; url: StringConstructor; replace: BooleanConstructor; } & { dot: BooleanConstructor; text: StringConstructor; icon: StringConstructor; badge: (NumberConstructor | StringConstructor)[]; iconColor: StringConstructor; iconPrefix: StringConstructor; badgeProps: PropType>; }>, (() => import("vue/jsx-runtime").JSX.Element) | undefined, {}, {}, {}, 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: PropType>; }>> & Readonly<{}>, { replace: boolean; dot: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;