import React from 'react'; /** * Custom component to render the month and year on the DatePicker and provide the standard Carbon * UI to change them. * * Should work with any calendar system supported by the @internationalized/date package. */ export declare const MonthYear: React.ForwardRefExoticComponent & { children?: React.ReactNode | undefined; } & React.RefAttributes>; //# sourceMappingURL=month-year.component.d.ts.map