import { AppliedProps } from '@open-tender/ui'; import { ReactNode } from 'react'; declare const Applied: ({ children }: { children: (props: AppliedProps) => ReactNode; }) => ReactNode; export default Applied;