import { DialogProps } from '.'; export declare function ResponsiveDialog({ className, ...restProps }: DialogProps): import("react/jsx-runtime").JSX.Element;