export interface UIConfig {
    host?: string;
    faviconUrl?: string;
    backgroundColor?: string;
    primaryColor?: string;
    secondaryColor?: string;
    fontFamily?: string;
    headingFontFamily?: string;
    additionalStyles?: string;
    sectionBackgroundColor?: string;
    primaryTextColor?: string;
    linkColor?: string;
    hoverColor?: string;
    borderColor?: string;
    secondaryBackgroundColor?: string;
    secondaryTextColor?: string;
    defaultContent?: string;
    /** Admin identity key for wallet-based admin detection */
    adminIdentityKey?: string;
}
declare const _default: (config?: UIConfig) => string;
export default _default;
//# sourceMappingURL=makeUserInterface.d.ts.map