import { ResponseProps } from '../../../types/response'; declare const Response: (props: ResponseProps) => import("react/jsx-runtime").JSX.Element; export default Response;