export declare const validateNonEmptyStringProp: (config: any, errorLabel: string, propName: string) => void; export declare const validateBooleanProp: (config: any, errorLabel: string, propName: string) => void;