import type { Configuration } from "./EC3/Template"; import type { EC3ConfigPropsWithCallbacks } from "./EC3/EC3Config"; /** * Props for the {@link Templates} component. * @public */ export declare type TemplateProps = Omit & { onClickCreate?: () => void; onClickTemplateTitle?: (template: Configuration) => void; }; //# sourceMappingURL=TemplateProps.d.ts.map