import type { ModalLayerProps } from '../../types/index.js'; export declare const BackgroundFrame: ({ modalId, onChangeOrder, }: ModalLayerProps) => import("react/jsx-runtime").JSX.Element | null;