import { FC } from 'react'; interface IStatusGate { status: number; } /** * Change server response status * Example: * @constructor */ declare const ResponseStatus: FC; export { ResponseStatus as default };