import React from "react";
interface ShineButtonProps {
    label?: string;
    onClick?: () => void;
    className?: string;
    size?: "sm" | "md" | "lg";
    bgColor?: string;
}
export declare const ShineButton: React.FC<ShineButtonProps>;
export {};
//# sourceMappingURL=shine-button.d.ts.map