/** * Internal dependencies */ import type { NormalizedField } from '../../types'; export default function isValidElements(item: Item, field: NormalizedField): boolean; //# sourceMappingURL=is-valid-elements.d.ts.map