import { ReactElement } from 'react'; import { SvgIconProps } from './props'; export declare function FridayIcon({ size }: SvgIconProps): ReactElement;