export declare const quotes: {
    text: string;
    author: string;
}[];
