import { BreakpointsMap } from '@typographist/core'; import { Props, Styles } from '../types'; export declare const createRootFontSizes: (breaks: BreakpointsMap) => Styles; export declare const createFluidRootFontSizes: (x: BreakpointsMap) => Styles; export declare const renderStandardOrFluidRoot: ({ fluid, theme }: Props) => Styles;