import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const JSON: (props: Props) => JSX.Element; export declare const NodeJS: (props: Props) => JSX.Element; export declare const Curl: (props: Props) => JSX.Element; export declare const Bash: (props: Props) => JSX.Element; export declare const Ruby: (props: Props) => JSX.Element; export declare const Java: (props: Props) => JSX.Element; export declare const ShowSelectedLines: (props: Props) => JSX.Element; export declare const WithHorizontalScroll: (props: Props) => JSX.Element; export declare const WithVerticalScroll: (props: Props) => JSX.Element; export declare const WithoutVerticalScroll: (props: Props) => JSX.Element; export declare const WithWrapProp: (props: Props) => JSX.Element; //# sourceMappingURL=CodeBlockHighlighted.stories.d.ts.map