export { ComponentArgs } from "./component"; export type Component = import("./component").Component; export declare const Component: typeof import("./component").Component; export { FormArgs } from "./form"; export type Form = import("./form").Form; export declare const Form: typeof import("./form").Form; export { GetComponentArgs, GetComponentResult, GetComponentOutputArgs } from "./getComponent"; export declare const getComponent: typeof import("./getComponent").getComponent; export declare const getComponentOutput: typeof import("./getComponent").getComponentOutput; export { GetFormArgs, GetFormResult, GetFormOutputArgs } from "./getForm"; export declare const getForm: typeof import("./getForm").getForm; export declare const getFormOutput: typeof import("./getForm").getFormOutput; export { GetThemeArgs, GetThemeResult, GetThemeOutputArgs } from "./getTheme"; export declare const getTheme: typeof import("./getTheme").getTheme; export declare const getThemeOutput: typeof import("./getTheme").getThemeOutput; export { ThemeArgs } from "./theme"; export type Theme = import("./theme").Theme; export declare const Theme: typeof import("./theme").Theme; export * from "../types/enums/amplifyuibuilder";