/**
 * Return true when the input value is a Placeholder,otherwise false
 * @param a
 */
declare const isPlaceholder: (a: String) => boolean;
export default isPlaceholder;
