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