export declare const StyleTypes: ["block-hover", "hover", "active"]; export declare type StyleType = typeof StyleTypes[number];