import type { HTMLAttributes } from 'react';
import React from 'react';
import type { FieldProps } from '../../../../types';
import './index.scss';
type Props = {
attributes: HTMLAttributes;
children: React.ReactNode;
element: any;
fieldProps: FieldProps;
};
declare const _default: (props: Props) => React.ReactNode;
export default _default;
//# sourceMappingURL=index.d.ts.map