import { Subject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class MatTimepickerIntl {
    /**
     * Stream that emits whenever the labels here are changed. Use this to notify
     * components if the labels have changed after initialization.
     */
    readonly changes: Subject<void>;
    /** A label for inputs title. */
    inputsTitle: string;
    /** A label for dials title. */
    dialsTitle: string;
    /** A label for hour input hint. */
    hourInputHint: string;
    /** A label for minute input hint. */
    minuteInputHint: string;
    /** Label for the button used to open the timepicker popup (used by screen readers). */
    openTimepickerLabel: string;
    /** Label for the button used to close the timepicker popup (used by screen readers). */
    closeTimepickerLabel: string;
    /** A label for OK button to apply time. */
    okButton: string;
    /** A label for cancel button to close timepicker. */
    cancelButton: string;
    /** A label for am text. */
    am: string;
    /** A label for am text. */
    pm: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MatTimepickerIntl, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MatTimepickerIntl>;
}
