export interface Input {
    value: number;
    a11yStarText: [string, string, string, string, string];
}
