import type { ExtendedLeafProps } from '../../plugins/types'; type Props = Pick, 'attributes' | 'children'> & { placeholder?: string; }; declare const TextLeaf: ({ children, attributes, placeholder }: Props) => import("react/jsx-runtime").JSX.Element; export { TextLeaf }; //# sourceMappingURL=text-leaf.d.ts.map