import { IconsNames } from '../../../../../ui/index.js';
interface ResultsJobProps {
    button: {
        href: string;
        text: string;
        svg?: IconsNames;
    };
}
export declare function ResultsJob({ button }: ResultsJobProps): import("react/jsx-runtime").JSX.Element;
export {};
