import * as i0 from "@angular/core";
/**
 * Displays a row within the `sky-fluid-grid` wrapper. Previously, you could display a row
 * without a wrapper, but we no longer officially support that option.
 */
export declare class SkyRowComponent {
    /**
     * Whether to reverse the display order for columns in the row.
     * @default false
     */
    reverseColumnOrder: boolean | undefined;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkyRowComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkyRowComponent, "sky-row", never, { "reverseColumnOrder": { "alias": "reverseColumnOrder"; "required": false; }; }, {}, never, ["*"], false, never>;
}
