import { Layer } from './types'; declare const markIsOnlyText: (data: Layer[], parent: Layer) => Layer[]; export default markIsOnlyText;