import Group from './Group';
import Input from './Input';
import Items from './Items';
import Label from './Label';
declare const _default: {
    Input: typeof Input;
    Group: typeof Group;
    Items: typeof Items;
    Label: typeof Label;
};
export default _default;
