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