import React from 'react';
import './index.scss';
type Props = {
    label: string;
};
declare const ListSelection: React.FC<Props>;
export default ListSelection;
//# sourceMappingURL=index.d.ts.map