import { Context, InyComponent } from '../types/index'; declare function InyComponents(ctx: T): InyComponent; export default InyComponents;