import { MutableRefObject } from 'react'; import { InternalListProps } from '../components/organisms/ListBase'; /** * Props planas deprecadas presentes en `props` segĂșn `variant`. */ export declare function collectDeprecatedListBaseFlatKeys(props: InternalListProps): string[]; export declare function warnDeprecatedListBaseFlatPropsIfNeeded(props: InternalListProps, lastSignatureRef: MutableRefObject): void; //# sourceMappingURL=warnDeprecatedListBaseFlatProps.d.ts.map