import { DetailsListProps } from './DetailsList.types'; export declare const getClassNames: (props: DetailsListProps) => string;