interface Props { color: string; } export declare function ShopIcon(props?: Props): JSX.Element; export {};