declare const _default: {
    title: string;
    component: (props: import("../components/WOICheckBox").WOICheckBoxProps) => import("react/jsx-runtime").JSX.Element;
    tags: string[];
};
export default _default;
export declare const Default: {
    args: {
        size: number;
        borderRadius: number;
        borderWidth: number;
        activeBorderColor: string;
        inActiveBorderColor: string;
        activeBackgroundColor: string;
        inActiveBackgroundColor: string;
        icon: string;
        iconSize: number;
        isChecked: boolean;
    };
};
