import { CheckboxProps } from './checkbox'; export declare const CheckboxBase: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, { type: "checkbox"; } & CheckboxProps, "type">;