import * as React from 'react'; export interface QuestionLightIconProps extends React.SVGProps { size?: number | string; } export declare const QuestionLightIcon: React.ForwardRefExoticComponent & React.RefAttributes>;