type IconProps = React.HTMLAttributes<SVGElement>;
export declare const Icons: {
    apple: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
    google: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
    paypal: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
};
export {};
