export interface TdSideBarProps { value?: { type: null; value?: string | number; }; defaultValue?: { type: null; value?: string | number; }; }