import { CallToActionTypes, QuaternaryTypes, SecondaryTypes } from './variant.types'; export declare const getVariantWithRegex: (text: string) => string; export declare const getVariant: (text?: string) => CallToActionTypes & SecondaryTypes & QuaternaryTypes;