import React from 'react'; import { IconProps } from '../lib'; declare function PintGlass({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default PintGlass; //# sourceMappingURL=PintGlass.d.ts.map