/** * Apply position styling to an absolutely-positioned container element. * Parses a position string like 'top-left' or 'bottom-right'. */ export declare function applyPositionStyle(el: HTMLElement, position: string, offset?: string): void; //# sourceMappingURL=utils.d.ts.map