import { type DrawerheadProps } from "..";
/**
 * [Go to docs](https://flowbite-svelte.com/)
 * ## Type
 * [DrawerheadProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L594)
 * ## Props
 * @prop closeIcon
 * @prop children
 * @prop buttonClass
 * @prop svgClass
 * @prop class: className
 * @prop ...restProps
 */
declare const Drawerhead: import("svelte").Component<DrawerheadProps, {}, "">;
type Drawerhead = ReturnType<typeof Drawerhead>;
export default Drawerhead;
