import { ICheckboxProps } from './types'; export declare const CheckboxWrapper: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, ICheckboxProps & { active?: boolean | undefined; }, never>;