/// export declare const CatalogIcon: ({ width, height, color, backgroundColor, }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; backgroundColor?: string | undefined; }) => JSX.Element;