import React from 'react'; import type { RootProps } from '../../engines'; import type { CheckboxProps } from './Checkbox.types'; export declare const checkboxRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const checkboxConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { size: { css: import("styled-components").FlattenSimpleInterpolation; }; view: { css: import("styled-components").FlattenSimpleInterpolation; }; disabled: { css: import("styled-components").FlattenSimpleInterpolation; }; focused: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { size: string; view: string; }; }; //# sourceMappingURL=Checkbox.d.ts.map