import { DataString } from './data.string';
export declare class DataSportProfileName extends DataString {
    static type: string;
}
