import type { TokensType } from '../theme/interface';
import type { ComponentVars } from './style';
export declare const styleCreator: (cv: ComponentVars, TOKENS: TokensType) => {
    text: {
        justifyContent: "center";
    };
    text_text: {
        fontSize: number;
        color: string;
    };
};
