import Component_ from './component'; import Form_ from './form'; import Theme_ from './theme'; export declare namespace AmplifyUIBuilder { const Component: typeof Component_; const Form: typeof Form_; const Theme: typeof Theme_; type Component = Component_; type Form = Form_; type Theme = Theme_; }