import { Meta, StoryFn } from '@storybook/react'; import { CodeViewProps } from '../../types/codeView'; declare const _default: Meta; export default _default; export declare const Default: StoryFn; export declare const WithLineNumbers: StoryFn; export declare const WithCustomSize: StoryFn; export declare const WithAdditionalLanguage: StoryFn; export declare const WithChangedCopiedValue: StoryFn; export declare const WithCustomLanguage: StoryFn; export declare const Light: StoryFn;