import { CreateIconArguments, SvgProps } from './helpers'; export declare const createSvg: (createProps: CreateIconArguments) => (props: SvgProps) => import("react/jsx-runtime").JSX.Element;