export declare const generateCSS: ({ classPrefix, zIndex, }: {
    classPrefix?: string;
    zIndex: number | string;
}) => string;
