import { IconProps } from '../lib';
declare function FirstAid(props: IconProps): JSX.Element;
export default FirstAid;
