import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type DialogOverlayProps = HeadlessPropsWithRef; export declare function DialogOverlay(props: DialogOverlayProps): JSX.Element; //# sourceMappingURL=DialogOverlay.d.ts.map