export declare function baseBlock(props: string): string; export declare function make(tagName: string, classNames?: string | string[] | null, attributes?: {}): HTMLElement;