/**
 * Web platform adapter - returns DOM elements and Tailwind CSS classes
 * @param {string} component - Component type
 * @param {Object} [props={}] - Component props
 * @returns {Object} Component and styles for web platform
 */
export function webAdapter(component: string, props?: Object): Object;
export function getWebComponent(component: string, props: Object): Object;
//# sourceMappingURL=web.d.ts.map