export interface DynamicSheetProps { title: string; onValidationSuccess: () => void; } declare const _default: __VLS_WithTemplateSlots void; submit: (value: any) => void; }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{ onSubmit?: ((value: any) => any) | undefined; "onUpdate:show"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { "side-sheet-footer"?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };