import { Component } from "../types";
export declare const conditionalCSSClass: (element: HTMLElement, condition: boolean | undefined, className: string) => void;
export declare const nullish: (...components: (Component | null | undefined)[]) => Component[];
