import { Candidate } from './candidate';
export declare class IndependentPolitician extends Candidate {
}
