/** * Check if a component has an accessibility prop * * @param {object} props * @returns {boolean} Whether the component has an accessibility prop */ export declare const hasA11yProp: (props: Record) => boolean;