export declare const presetPseudoOption: any;
export declare function registerPseudoModule({ hover }: {
    hover: any;
}): {
    [x: string]: any;
};
