import { Align, Justify } from './Popover.types'; /** * @internal */ export declare const getJustify: (a: Align, j: Justify) => string; /** * @internal */ export declare const getAlign: (a: Align, j: Justify) => "start" | "end" | "center"; //# sourceMappingURL=Popover.testutils.d.ts.map