export declare const TranslationKeys: { readonly orientationLabel: "custompanel_line_orientation_field_label"; readonly horizontalOption: "custompanel_line_orientation_field_horizontal_option"; readonly verticalOption: "custompanel_line_orientation_field_vertical_option"; }; export type Translations = Record; export declare const DefaultTranslations: Translations;