export interface NumberOutputPropsModel {
    number: number | string;
}
