import React from "react"; interface Props extends React.SVGProps { size?: number | string; } declare const IconFWomanDancingDark: React.FunctionComponent; export default IconFWomanDancingDark;