declare const overlayFillProps: readonly ["blackout", "blur"]; export type OverlayFillProps = (typeof overlayFillProps)[number]; export { overlayFillProps };