/// import { IconProps } from '.'; declare const SvgStoreFillRounded: ({ size, color, secondaryColor, className, ...props }: IconProps) => JSX.Element; export default SvgStoreFillRounded;