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