export declare const PseudoAnimations: (matcher: string) => string | { matcher: string; selector: (s: string) => string; }; export declare const PseudoViewport: (matcher: string) => string; export declare const PseudoSelector: (matcher: string) => string | { matcher: string; selector: (s: string) => string; }; declare const _default: ((matcher: string) => string | { matcher: string; selector: (s: string) => string; })[]; export default _default;