import React from 'react'; import { IStyledProps } from '../generalTable/utils/interface'; interface IProps extends IStyledProps { readonly header: string; } export declare const FacilityModal: import("styled-components").StyledComponent, any, {}, never>; export default FacilityModal;