import { type FC, type ReactNode } from 'react'; import type { AriaSDKConfig } from '@/types'; interface AriaProviderProps { config: AriaSDKConfig; children?: ReactNode; } export declare const AriaProvider: FC; export {}; //# sourceMappingURL=AriaProvider.d.ts.map