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 NoWrap: (props: Props) => JSX.Element; export declare const WithTitle: (props: Props) => JSX.Element; export declare const WithTitleAndCopy: (props: Props) => JSX.Element; export declare const WithTitleAndReferenceLink: (props: Props) => JSX.Element; export declare const WithSurroundingCopy: (props: Props) => JSX.Element; export declare const WithReallyLongCode: (props: Props) => JSX.Element; export declare const WithLanguageSwitcher: (props: Props) => JSX.Element; export declare const WithoutTitle: (props: Props) => JSX.Element; //# sourceMappingURL=CodeBlock.stories.d.ts.map