import { MaterialIconSize } from 'wcs-core'; export declare type WcsFormlyTooltipProps = { tooltip?: { content: string; dynamicContent: string; interactive: boolean; icon: string; size: MaterialIconSize; color: string; }; }; export declare type WcsFormlyStylesProps = { styles?: { label?: { [p: string]: any; }; input?: { [p: string]: any; }; error?: { [p: string]: any; }; hint?: { [p: string]: any; }; }; };