import { IconProps } from '../lib';
declare function FigmaLogo({ weight, color, size, style }: IconProps): JSX.Element;
export default FigmaLogo;
