import { TextProps } from '../../Text/types';
export declare const AssetTitle: {
    ({ children, ...rest }: TextProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
