import { forwardRef, SVGProps } from 'react'; export interface StackProps extends Omit, 'css'> {} export const Stack = forwardRef((props, ref) => ( )); Stack.displayName = 'Stack';