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