/// interface Props { fill?: string; } /** * ## Example * ```js * ``` */ declare function InstagramCardInstagramIcon({ fill }: Props): JSX.Element; declare namespace InstagramCardInstagramIcon { var componentName: string; } export default InstagramCardInstagramIcon;