import React from "react"; type Props = React.ComponentPropsWithRef<"input"> & { indeterminate?: boolean; }; export declare const StyledCheckbox: React.ForwardRefExoticComponent & React.RefAttributes>; export {};