declare const _default: {
    title: string;
    component: (props: import("../components/WOISwitchButton").WOISwitchButtonProps) => import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export default _default;
export declare const Default: {
    args: {
        trackWidth: number;
        trackHeight: number;
        padding: number;
        trackBorderRadius: number;
        trackBorderColor: string;
        trackBorderWidth: number;
        trackActiveColor: string;
        trackInActiveColor: string;
        thumbSize: number;
        thumbBorderRadius: number;
        thumbBorderColor: string;
        thumbBorderWidth: number;
        thumbActiveColor: string;
        thumbInActiveColor: string;
        isActive: boolean;
        thumbActiveIcon: string;
        thumbInActiveIcon: string;
        thumbIconSize: number;
    };
};
