export declare const bemify: (classNames: string | undefined, suffix: string, isVisible?: boolean) => {
    [className: string]: boolean;
};
