import { GpuShaderDefinition } from '../../gpu/porters'; export interface ComponentProps { /** * The amount to shift the hue by * * @default 0 */ shift: number; } export declare const componentDefinition: GpuShaderDefinition; export default componentDefinition; //# sourceMappingURL=index.d.ts.map