import React from 'react';
import { ComponentStory } from '@storybook/react';
import { TOSAgreement } from './TOSAgreement';
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, {
    productName: string;
    description: React.ReactNode;
    onConfirm: VoidFunction;
    children?: React.ReactNode;
    sx?: import("@mui/material").SxProps<{}> | undefined;
    confirmBtnDisabled?: boolean | undefined;
    confirmBtnLabel?: string | undefined;
}>;
export default _default;
export declare const Default: ComponentStory<typeof TOSAgreement>;
