/**
 * @file index.tsx
 *
 * @fileoverview Story to display the modal screen.
 */
/// <reference types="react" />
declare const _default: {
    title: string;
    parameters: {
        component: ({ children, isShown, onClose, onConfirm, confirmText, cancelText, alertLabel, ...props }: import(".").ModalProps) => JSX.Element;
    };
};
export default _default;
export declare const DefaultAlert: {
    (): JSX.Element;
    story: {
        title: string;
    };
};
