/// import { IconProps } from './types'; export declare const Component1Icon: ({ color, ...props }: IconProps) => JSX.Element; export default Component1Icon;