import { Props, RawBlock } from "../interfaces"; export declare function raw({ data }: Props): string;