import React from 'react';
interface ContributorsProps {
    filename?: string;
}
declare const Contributors: React.FC<ContributorsProps>;
export default Contributors;
