type $$ComponentProps = { class?: string; children?: any; actions?: any; [key: string]: any; }; declare const DrawerFooter: import("svelte").Component<$$ComponentProps, {}, "">; type DrawerFooter = ReturnType; export default DrawerFooter;