export declare const getOverlayProps: (titleElementId: string) => {
    role: string;
    "aria-labelledby": string;
    "aria-modal": boolean;
};
