import { MantineTheme } from '../../theme';
interface BlockquoteStyles {
    theme: MantineTheme;
    color: string;
}
declare const _default: (args?: BlockquoteStyles, classNames?: Partial<Record<"body" | "cite" | "icon" | "root" | "inner", string>>, name?: string) => Record<"body" | "cite" | "icon" | "root" | "inner", string>;
export default _default;
//# sourceMappingURL=Blockquote.styles.d.ts.map