import React from 'react'; export interface StudioAppBarAugmentation { actions?: React.ReactNode; overlays?: React.ReactNode; } export declare function useStudioAppBarAugmentation(): StudioAppBarAugmentation; //# sourceMappingURL=useStudioAppBarAugmentation.d.ts.map