import type { PresenceApiProps, RenderStrategyApiProps } from "./presence.types.js"; export declare const presenceProps: (keyof PresenceApiProps)[]; export declare const splitPresenceProps: (props: Props) => [PresenceApiProps, Omit]; export declare const renderStrategyProps: (keyof RenderStrategyApiProps)[]; export declare const splitRenderStrategyProps: (props: Props) => [RenderStrategyApiProps, Omit]; //# sourceMappingURL=presence.props.d.ts.map