import { FC } from "react"; interface Props { quote: string; base: string; } export declare const Header: FC; export {}; //# sourceMappingURL=header.d.ts.map