import type { TextLayoutProps } from '~/types/text'; export declare function classNameForTextLayout(config?: TextLayoutProps): string;