import { CheckboxProps } from './types'; import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; export declare const Checkbox: { (props: CheckboxProps): import("react/jsx-runtime").JSX.Element; styleRegistryName: string; rootElement: string; elements: any[]; withVariantTypes(styles: S): (props: StyledComponentProps) => IJSX; defaultProps: Partial; }; //# sourceMappingURL=index.d.ts.map