import { Component } from 'react'; import type { SVGIconProps } from '@instructure/ui-svg-images'; declare class IconOvalHalfSolid extends Component { static glyphName: string; static variant: string; static displayName: string; static allowedProps: Array; ref: Element | null; handleRef: (el: Element | null) => void; render(): import("@emotion/react/jsx-runtime").JSX.Element; } export default IconOvalHalfSolid; export { IconOvalHalfSolid }; //# sourceMappingURL=IconOvalHalfSolid.d.ts.map