import { ComponentProps } from "solid-js"; export declare const divWithClass: (c: string) => (p: ComponentProps<"div">) => import("solid-js").JSX.Element;