/** @component setup-assistant */ export declare function mdSetupAssistant(): { restrict: string; transclude: boolean; replace: boolean; scope: { previous: string; next: string; previousFn: string; nextFn: string; nextText: string; previousText: string; nextAriaLabel: string; previousAriaLabel: string; }; template: string; link: (scope: any, elem: any, attrs: any) => void; };