import { SVGProps } from 'react'; export interface AnnotationOutlineProps extends Omit, 'css'> { } export declare const AnnotationOutline: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;