import { Checkbox as BaseAntCheckbox, CheckboxProps } from 'antd'; /** * error TS4023: Exported variable 'AntdCheckbox' has or is using name 'CompoundedComponent' from external module "/Users/biedronne/Documents/Work/DS2/synerise-design/node_modules/antd/lib/checkbox/index" but cannot be named. */ type CompoundedComponent = React.ForwardRefExoticComponent> & { Group: typeof BaseAntCheckbox.Group; }; export declare const AntdCheckbox: import('styled-components').StyledComponent; export declare const AdditionalData: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const CheckboxWrapper: import('styled-components').StyledComponent<"div", any, { withoutPadding: boolean; }, never>; export {};