/** * Extracts attributes with the 'data-' prefix from a props object. * * @param props - props object containing data attributes * @returns a record of data attributes * @internal */ export declare function extractDataAttributes(props: Record): Record;