export declare const Illustrations: { readonly add: ({ stroke, fill, testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly boom: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly build: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly clock: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly connections: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly list: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly location: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly merge: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly notifications: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly search: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly star: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly user: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly confetti: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly error: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly info: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly success: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly lock: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly unlock: ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'all-in-one-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'celebration-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'diy-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'no-result': ({ stroke, fill, testID, width, height, }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'error-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'freedom-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'growing-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'instant-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'search-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'unlock-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'lift-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'workflow-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'security-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'speed-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'remote-jobs-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'supercharge-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'processing-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'reward-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'sent-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; readonly 'on-demand-sketch': ({ testID, width, height }: import("./types").IllustrationSvgProps) => import("react").JSX.Element; }; export type IllustrationName = keyof typeof Illustrations; export declare const IllustrationList: IllustrationName[];