export default Quote;
declare function Quote({ quote, author, jobAuthor }: { quote: string; author: string; jobAuthor: string }): JSX.Element;

//# sourceMappingURL=index.d.ts.map
