import type { PropType } from 'vue'; import type { ThemeType } from './types'; declare const _default: { theme: { type: PropType; default: string; validator: (value: string) => boolean; }; title: StringConstructor; subTitle: StringConstructor; isForm: BooleanConstructor; }; export default _default;