import * as React from "react"; interface props { props?: React.SVGProps; size: { width: string; height: string; }; } declare function SvgVitatDefault({ size, props }: props): JSX.Element; export default SvgVitatDefault;