export interface Input {
    src: string;
    alt: string;
    fillPlacement: string;
}
