export interface CheckboxProps { backgroundColor?: string; borderColor?: string; borderRadius?: string; checkedColor?: string; checkedScale?: number; boxSize?: string; } export declare const Checkbox: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, { type: "checkbox"; } & CheckboxProps, "type">; //# sourceMappingURL=styleds.d.ts.map