/// export declare const Checkbox: { (props: import("./component").Props): JSX.Element; displayName: string; } & { Label: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; };