declare const ResponsivePanel: import("react").ForwardRefExoticComponent<{ arrow?: boolean; flip?: boolean; altAxis?: boolean; open?: boolean; onClose?: (event: Event | import("react").SyntheticEvent) => void; position?: import("..").PositionBottom | import("..").PositionLeft | import("..").PositionRight | import("..").PositionTop; anchorRef: import("react").MutableRefObject; anchorWidth?: boolean; considerHeight?: boolean; } & { children?: import("react").ReactNode | undefined; } & import("react").HTMLAttributes & import("react").RefAttributes>; export default ResponsivePanel; //# sourceMappingURL=ResponsivePanel.d.ts.map