import { IconProps } from '../lib';
declare function Quotes(props: IconProps): JSX.Element;
export default Quotes;
