import { Size, Color } from 'coderbox-atoms' export interface StackProps { className?: string children?: any index?: number }