import { CSSProperties, RefObject } from 'react'; import { SidePanelsState } from '../state/SidePanelsState'; export interface WixPatternsModalsContainerProps { rootRef?: RefObject; anchorRef?: RefObject; zIndex?: CSSProperties['zIndex']; state: SidePanelsState; } export declare function WixPatternsModalsContainer(props: WixPatternsModalsContainerProps): JSX.Element | null; //# sourceMappingURL=CairoModalsContainer.d.ts.map