import './index.css'; import { Props, QuoteBlock } from "../interfaces"; export declare function quote({ data }: Props): string;