declare const _default: {
    title: string;
    component: (props: import("../components/WOITextButton").ButtonProps) => import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export default _default;
export declare const Default: {
    args: {
        text: string;
        textColor: string;
        hoverTextColor: string;
        fontSize: number;
        fontWeight: number;
        width: number;
        height: number;
        borderRadius: number;
        textTransform: string;
        backgroundColor: string;
        hoverBackgroundColor: string;
        borderColor: string;
        borderThickness: string;
        loading: boolean;
        loaderColor: string;
        openLink: string;
        openLinkInNewTab: boolean;
        prefixIcon: string;
        suffixIcon: string;
        gradientDirection: string;
        gradientColors: string[];
        hoverGradientDirection: string;
        hoverGradientColors: string[];
        isDisabled: boolean;
    };
};
