///
import { type NonNullableBy } from '@quotalab/types';
import { type ModalPanelRecipeVariants } from './ModalPanel.css';
import { type ElementProps } from '../../../../../types/element/elementProps';
export type ModalPanelOwnProps = NonNullableBy, 'floating'>;
export type ModalPanelProps = React.PropsWithChildren>;
export declare const ModalPanel: import("react").ForwardRefExoticComponent, HTMLElement>, "ref">, "children">, "floating"> & Omit<{
floating?: "left" | "right" | undefined;
}, "floating"> & Required> & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
//# sourceMappingURL=ModalPanel.d.ts.map