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