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