import { default as React } from 'react'; export declare const IconMoonLine: React.ForwardRefExoticComponent<{ size?: string | string[]; style?: React.CSSProperties; className?: string; useStrokeCurrentColor?: boolean; useFillCurrentColor?: boolean; } & Omit, keyof { size?: string | string[]; style?: React.CSSProperties; className?: string; useStrokeCurrentColor?: boolean; useFillCurrentColor?: boolean; }> & React.RefAttributes>;