export type Size = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8; export type SeparatorProps = { is?: string; orientation?: 'vertical' | 'horizontal'; centered?: boolean; my?: Size; mx?: Size; mt?: Size; mb?: Size; ml?: Size; mr?: Size; }; declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { my: Size; is: string; mb: Size; ml: Size; orientation: "vertical" | "horizontal"; centered: boolean; mx: Size; mt: Size; mr: Size; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;