import { PropType } from 'vue'; export declare const props: { title: { type: StringConstructor; default: string; }; type: { type: PropType<"default" | "form">; default: string; }; }; export declare const emits: {};