import { Theme } from '../theme'; export declare const blockquoteBase: (t?: Theme) => string; export declare const blockquoteStyles: (t?: Theme) => string; export declare const blockquote: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; //# sourceMappingURL=blockquote.d.ts.map