import React from "react";
interface Props {
fill?: string;
}
/**
* ## Example
* ```js
* ```
*/
declare function InstagramCardShareIcon({ fill, ...props }: React.SVGProps & Props): JSX.Element;
declare namespace InstagramCardShareIcon {
var componentName: string;
}
export default InstagramCardShareIcon;