import type { HtmlIngredientProps } from '../types.js'; export interface DrawerDescriptionProps extends HtmlIngredientProps<'p', HTMLParagraphElement> { } declare const DrawerDescription: import("svelte").Component; type DrawerDescription = ReturnType; export default DrawerDescription;