import type { RGB } from './utils.js'; import { Style } from 'inlines'; export declare const AlphaSlider: ({ rgb, alpha, onChange, style, }: { rgb: RGB; alpha: number; onChange: (alpha: number) => void; style?: Style; }) => import("react/jsx-runtime").JSX.Element;