import { AssetWithTitleProps } from './types';
export declare const AssetWithTitle: import('react').ForwardRefExoticComponent<Omit<AssetWithTitleProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
