import type { BodyTextBundle, DisplayTextBundle, HeadingTextBundle } from '~/types/type-bundles';
/**
* CSS which includes the correct tokens and styles for BodyText.
*
* In most cases, the `` component should be used instead.
*/
export declare function cssForBodyText(config?: BodyTextBundle): import("styled-components").RuleSet