import type React from 'react';
import type { _InternalTypes } from 'remotion';
export declare const useSelectAsset: () => (asset: string) => void;
export declare const useSelectComposition: () => (c: _InternalTypes["AnyComposition"], push: boolean) => void;
export declare const InitialCompositionLoader: React.FC;
