/** * Returns an exception to be thrown when attempting to change a s * elect's `multiple` option after initialization. * @docs-private */ export declare function getMdSelectDynamicMultipleError(): Error; /** * Returns an exception to be thrown when attempting to assign a non-array value to a select * in `multiple` mode. Note that `undefined` and `null` are still valid values to allow for * resetting the value. * @docs-private */ export declare function getMdSelectNonArrayValueError(): Error;