export { ratios } from '@typographist/core'; export { step } from './features/step'; export { steps } from './features/steps'; export { TypographistProvider } from './provider'; export declare const up: typeof import("styled-breakpoints/core").up, down: typeof import("styled-breakpoints/core").down, between: typeof import("styled-breakpoints/core").between, only: typeof import("styled-breakpoints/core").only;