/// declare type sideT = { id: string; }; declare type OrientationSidesT = { children: any; id: string; values: sideT[]; }; export declare const OrientationSides: ({ ...props }: OrientationSidesT) => JSX.Element; export {};