declare const LetterGlitch: ({ glitchColors, glitchSpeed, centerVignette, outerVignette, smooth, }: { glitchColors: string[]; glitchSpeed: number; centerVignette: boolean; outerVignette: boolean; smooth: boolean; }) => import("react/jsx-runtime").JSX.Element; export default LetterGlitch; //# sourceMappingURL=LetterGlitch.d.ts.map