import { IconWrapperProps } from './IconWrapper'; type IconVariableProps = IconWrapperProps; export default function IconVariable(props: IconVariableProps): import("react").JSX.Element; export {};