import { InternalMixedRenderer } from '../render/render-types'; import { TNode } from '@native-html/transient-render-engine'; import { InternalRendererProps } from '../shared-types'; export declare function useAElementProps(props: InternalRendererProps): InternalRendererProps; declare const ARenderer: InternalMixedRenderer; export default ARenderer; //# sourceMappingURL=ARenderer.d.ts.map