export declare const SPACING_SELECTOR = "&>:not([hidden])~:not([hidden])"; export declare const toRgb: (color: string, postfix?: string, fallback?: string) => string; export declare const once: any>(f: F) => (...args: Parameters) => ReturnType;