export declare function getFadingCss({ hasOverlay, }: {
    hasOverlay: boolean;
}): import('@emotion/react').SerializedStyles;
