import '../skhemata-form';
declare const _default: {
    title: string;
    component: string;
    argTypes: {
        title: {
            control: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        isFullwidth: {
            control: string;
            name: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        isLoading: {
            control: string;
            name: string;
            description: string;
            table: {
                type: string;
                category: string;
            };
        };
        skhemataFormButtonBackgroundColor: {
            control: string;
            name: string;
            description: string;
            defaultValue: string;
            table: {
                type: string;
                category: string;
            };
        };
        skhemataFormButtonTextColor: {
            control: string;
            name: string;
            description: string;
            defaultValue: string;
            table: {
                type: string;
                category: string;
            };
        };
        submit: {
            description: string;
            table: {
                category: string;
                type: string;
            };
        };
        click: {
            description: string;
            table: {
                category: string;
                type: string;
            };
        };
    };
};
export default _default;
export declare const Example: any;
