import type React from 'react';
export declare const filterForAriaProps: <T extends React.AriaAttributes>(props: T) => Pick<T, keyof React.AriaAttributes>;
