export declare class SallaTrustBadges {
    /**
     * For dark footers, show white version of icons.
     */
    dark: boolean;
    commercialRegisterLabel: string;
    freelanceLabel: string;
    componentWillLoad(): void;
    private initializeTranslations;
    private getBadgeData;
    render(): any;
}
