import React from 'react';
import type { InputHTMLAttributes } from '../../types';
import type { Filter, RootProps } from '../../engines/types';
import type { BaseboxProps } from '../../components/Checkbox';
type RadioboxProps = Filter, 'size'> & Omit;
export declare const radioboxRoot: (Root: RootProps) => React.ForwardRefExoticComponent, "size"> & Omit & React.RefAttributes>;
export declare const radioboxConfig: {
name: string;
tag: string;
layout: (Root: RootProps) => React.ForwardRefExoticComponent, "size"> & Omit & React.RefAttributes>;
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;
};
};
export {};
//# sourceMappingURL=Radiobox.d.ts.map