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