import { default as React } from 'react';
import { IconStyles } from './types';
interface PointOfSaleIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const PointOfSaleIcon: React.FC<PointOfSaleIconProps>;
export default PointOfSaleIcon;
//# sourceMappingURL=PointOfSale.d.ts.map