export interface SharedFormStyles {
    container?: string;
    box?: string;
    submit?: string;
}
