import type { HtmlIngredientProps } from '../types.js';
export interface DrawerTitleProps extends HtmlIngredientProps<'h2', HTMLHeadingElement> {
}
declare const DrawerTitle: import("svelte").Component;
type DrawerTitle = ReturnType;
export default DrawerTitle;