type EndpointData = number[];
export declare const MyWithAsyncProp: import("../index.js").DeclarativeElementDefinition<"my-with-async-prop", {
    endpoint: string;
}, {
    data: import("../index.js").AsyncProp<EndpointData, {
        endpoint: string;
    }>;
    hi: string;
}, {}, "my-with-async-prop-", "my-with-async-prop-", readonly []>;
export {};
