import { AppTheme } from '../../../../store/useThemeStore';
interface TypographySettingsProps {
    theme: AppTheme;
    onUpdate: (theme: AppTheme) => void;
}
export declare const TypographySettings: ({ theme, onUpdate, }: TypographySettingsProps) => import("react/jsx-runtime").JSX.Element;
export {};
