export declare function useGetAssetsAspectRatio(): { aspectRatio: string; calculateAspectRatio: (attrs: any, type: any, getVideoAspect: any) => Promise; isVertical: boolean; }; //# sourceMappingURL=getAssetsAspectRatio.d.ts.map