export interface Props { height?: string; width?: string; mode?: string; dir?: string; color?: string; marginX?: string | number; marginY?: string | number; flex?: boolean; } declare const _default: import("vue").DefineComponent & Readonly<{}>, { mode: string; color: string; flex: boolean; width: string; height: string; dir: string; marginX: string | number; marginY: string | number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;