import { BoxProps } from '../Box/Box';
export declare type DatepickerCalendarGridRowProps = {
    isRowSelectionActive?: boolean;
};
export declare type DatepickerCalendarGridRowStylesProps = {
    isRowSelectionActive?: boolean;
};
export declare const datepickerCalendarGridRowClassName = "ui-datepicker__calendargridrow";
/**
 * A DatepickerCalendarGridRow is used to display the calendar grid row.
 */
export declare const DatepickerCalendarGridRow: import("@fluentui/react-bindings").ComponentWithAs<"tr", DatepickerCalendarGridRowProps & BoxProps>;
