import { ModalProps } from './Modal.types'; export type { ModalProps, ModalSize } from './Modal.types'; export declare function Modal({ className, title, size, children, primaryButtonLabel, secondaryButtonLabel, open, onPrimaryButtonClick, onSecondaryButtonClick, primaryButtonProps, secondaryButtonProps, onClose, width, height, footerOptions, isBottomSheet, isExpanded, onExpand, maxHeight, zIndex, withExpandIcon, ...args }: ModalProps): import("react/jsx-runtime").JSX.Element; export declare namespace Modal { var displayName: string; } //# sourceMappingURL=index.d.ts.map