import React from 'react'; declare const bold: { Button: () => React.JSX.Element; Leaf: ({ attributes, children }: { attributes: any; children: any; }) => React.JSX.Element; }; export default bold; //# sourceMappingURL=index.d.ts.map