import { FC } from 'react';
declare const CodeSnippet: FC<{
    children: string;
}>;
export default CodeSnippet;
