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