import { SVGProps } from "react"; declare const VariableIcon: (props: SVGProps) => JSX.Element; export default VariableIcon;