export declare const splitAriaProps: (props: { [key: string]: any; }) => { aria: { [key: string]: string; }; rest: { [key: string]: any; }; }; //# sourceMappingURL=a11y.d.ts.map