import type { HtmlIngredientProps } from '../types.js';
export interface DrawerFooterProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const DrawerFooter: import("svelte").Component<DrawerFooterProps, {}, "ref">;
type DrawerFooter = ReturnType<typeof DrawerFooter>;
export default DrawerFooter;
