export interface FlipProps {
    number?: number;
    separator?: string;
}
