import { ComponentWithAs } from '../../types/shared';
import { GenericRef, TextUniqueProps } from './types';
export declare const SUB_STYLES: string[];
/**
 * @deprecated Use proper semantic elements instead like heading, paragraph, etc. See [Typography](https://developer.volvocars.com/design-system/web/?path=/docs/typography-introduction--docs)
 */
export declare const Text: ComponentWithAs<TextUniqueProps, "p", GenericRef>;
