import Tag from './Tag';
import Input from './Input';
declare const _default: typeof Tag & {
    Input: typeof Input;
};
export default _default;
