export declare const argTypes: {
    children: {
        control: {
            type: string;
        };
        defaultValue: string;
        name: string;
        type: {
            required: boolean;
        };
    };
    classes: {
        control: {
            type: string;
        };
        defaultValue: string;
        name: string;
        type: {
            required: boolean;
        };
    };
    color: {
        name: string;
        type: {
            required: boolean;
        };
    };
    noWrap: {
        control: {
            type: string;
        };
        defaultValue: boolean;
        name: string;
    };
    gutterBottom: {
        control: {
            type: string;
        };
        defaultValue: boolean;
        description: string;
        name: string;
    };
    paragraph: {
        control: {
            type: string;
        };
        defaultValue: boolean;
    };
    variant: {
        defaultValue: string;
    };
    align: {
        defaultValue: string;
    };
    component: {
        control: {
            type: string;
        };
    };
    variantMapping: {
        control: {
            type: string;
        };
    };
};
export default argTypes;
