import React from 'react'; import { Icon } from '../icon/Icon'; type SectionMessageIconProps = Partial>; export declare const SectionMessageIcon: ({ className, is, ...rest }: SectionMessageIconProps) => React.JSX.Element; export {};