export type TextLabels = {
    mainLabel: string;
    codePlaceholder: string;
    searchPlaceholderLabel: string;
    noEntriesFoundLabel: string;
    nationalNumberLabel: string;
    hintLabel: string;
    invalidNumberError: string;
    requiredError: string;
};
