import type { ShadowAlphaProps } from './types.js';
declare const ShadowAlpha: import("svelte").Component<ShadowAlphaProps, {}, "">;
type ShadowAlpha = ReturnType<typeof ShadowAlpha>;
export default ShadowAlpha;
