export interface Input {
    open: boolean;
}
