/// <reference types="react" />
import { Meta } from '@storybook/react';
import Modal from './Modal';
declare const meta: Meta<typeof Modal>;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    id: string;
    children?: any;
    closeOnBackdropClick?: boolean | undefined;
    classnames?: string | undefined;
    disablePortal?: boolean | undefined;
    size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
} & {
    open: boolean;
    onClose?: (() => void) | undefined;
    disablePortal?: boolean | undefined;
    blurredNodeSelector?: string | undefined;
} & import("@amsterdam/asc-ui/lib/components/BackDrop/BackDropStyle").Props & import("@amsterdam/asc-ui/lib/components/Portal").Props & import("react").HTMLAttributes<HTMLElement>>;
export default meta;
//# sourceMappingURL=Modal.stories.d.ts.map