import { PluginAPI, CSSRuleObject } from 'tailwindcss/types/config'; type ComponentDefinition = CSSRuleObject | ((api: PluginAPI) => CSSRuleObject); /** * Global focus states for all elements to ensure consistent focus behavior. */ export declare const states: ComponentDefinition; export declare const headlines: ComponentDefinition; export declare const texts: ComponentDefinition; export declare const metas: ComponentDefinition; export declare const labels: ComponentDefinition; export declare const prices: ComponentDefinition; export {};