import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class GridAnimationPhaseSettingsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private n;
    get durationMilliseconds(): number;
    set durationMilliseconds(a: number);
    private o;
    get holdInitialMilliseconds(): number;
    set holdInitialMilliseconds(a: number);
    private p;
    get perItemDelayMilliseconds(): number;
    set perItemDelayMilliseconds(a: number);
    private q;
    get subItemDurationMilliseconds(): number;
    set subItemDurationMilliseconds(a: number);
    private m;
    get desiredSubItemDurationMilliseconds(): number;
    set desiredSubItemDurationMilliseconds(a: number);
    private k;
    get shouldItemsFinishSimultaneously(): boolean;
    set shouldItemsFinishSimultaneously(a: boolean);
    private w;
    get easingFunctionType(): string;
    set easingFunctionType(a: string);
}
