import React from "react"; interface Props { children: React.ReactNode; content: any; response: any; } export declare const Headers: ({ response, children, content }: Props) => JSX.Element; export {};