import { IVariantButtonProps } from '../types'; declare const ButtonOutline: ({ children, className, isLoading, variant, ...props }: IVariantButtonProps) => import("react/jsx-runtime").JSX.Element; export default ButtonOutline; //# sourceMappingURL=ButtonTranslucent.d.ts.map