declare const _default: {
    title: string;
    component: (props: import("../components/WOIIconButton").IconButtonProps) => import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export default _default;
export declare const Default: {
    args: {
        size: number;
        borderRadius: number;
        backgroundColor: string;
        hoverBackgroundColor: string;
        borderColor: string;
        borderThickness: string;
        loading: boolean;
        loaderColor: string;
        openLink: string;
        openLinkInNewTab: boolean;
        icon: string;
        iconColor: string;
        iconsSize: number;
        isDisabled: boolean;
    };
};
