export type TNavigationRailAnimationArgs = Parameters<Element['animate']>;
export type TNavigationRailAnimation = {
    /**
     * Animations for the dialog itself.
     */
    dialog?: TNavigationRailAnimationArgs[];
    /**
     * Animations for the container of the dialog.
     */
    container?: TNavigationRailAnimationArgs[];
    /**
     * Animations for the contents section.
     */
    content?: TNavigationRailAnimationArgs[];
};
/**
 * The default dialog open animation.
 */
export declare const NavigationRailDefaultOpenAnimation: TNavigationRailAnimation;
export declare const NavigationRailDefaultCloseAnimation: TNavigationRailAnimation;
//# sourceMappingURL=navigation-rail-animations.d.ts.map