/// <reference types="react" />
declare const FirstAidKit: (props: any, ref: any) => JSX.Element;
export default FirstAidKit;
