import type AmountInput from './components/amount-input'; export default interface Registry { AmountInput: typeof AmountInput; } //# sourceMappingURL=template-registry.d.ts.map