type CheckboxStyledProps = { isError?: boolean; }; export declare const StyledCheckbox: import("@emotion/styled").StyledComponent; export {};