export declare enum EuToySafetyDirectiveHazardWarningType {
    NoWarning,
    CarriesCeLogo,
    CarriesMinimumAgeWarning,
    CarriesEuToySafetyDirectiveUnsuitableForChildrenAges_0_3WarningLogo,
    CarriesEuToySafetyDirectiveHazardWarning,
    CarriesOtherTextAssociatedWithToySafety,
    MaterialSafetyDataSheetAvailable,
    DeclarationOfConformityAvailable,
    CarriesEn71ConformityStatement,
    CarriesUkcaLogo
}
