import { Theme } from '@emotion/react';
import { FontType } from '@retriever-ui/type';
declare const typography: FontType;
export declare type FontsProperties<T extends Theme> = keyof T['font']['fixedSize'];
export default typography;
