export type OFormLayoutSidenavOptions = {
    width?: string;
    position?: 'start' | 'end';
    labelColumns?: string;
    separator?: string;
};
