import * as React from "react"; interface CustomLoaderProps { label: string; htmlFor: string; height: string; vAlignContent: "top" | "center" | "bottom"; } export declare const CustomLoader: React.FC; export {};