interface IPropsLinkViewBlock { editor: any; link: string; onClear?: any; onEdit?: any; } declare function LinkViewBlock(props: IPropsLinkViewBlock): import("react/jsx-runtime").JSX.Element; export default LinkViewBlock;