declare const meta: {
    title: string;
    component: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-checkbox').CheckboxProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
    tags: string[];
    argTypes: {};
};
export default meta;
export declare const Base: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {};
};
export declare const Disabled: {
    render: (args: any) => import("react/jsx-runtime").JSX.Element;
    args: {
        disabled: boolean;
    };
};
