export declare const FloatlabelTheme: { root: { color: string; focusColor: string; activeColor: string; invalidColor: string; transitionDuration: string; positionX: string; positionY: string; fontWeight: string; active: { fontSize: string; fontWeight: string; }; }; over: { active: { top: string; }; }; in: { input: { paddingTop: string; paddingBottom: string; }; active: { top: string; }; }; on: { borderRadius: string; active: { background: string; padding: string; }; }; };