import type { OverlayCssVariables, OverlayFactory, OverlayProps, OverlayStylesNames } from './Overlay';
export { Overlay } from './Overlay';
export type { OverlayProps, OverlayStylesNames, OverlayFactory, OverlayCssVariables };
export declare namespace Overlay {
    type Props = OverlayProps;
    type StylesNames = OverlayStylesNames;
    type Factory = OverlayFactory;
    type CssVariables = OverlayCssVariables;
}
