import { GroupProps } from './types'; export const Group = (props: GroupProps) => null;