import type { IOverlayStyleProps, IOverlayStyles } from './Overlay.types'; export declare const getStyles: (props: IOverlayStyleProps) => IOverlayStyles;