import Playground from './Playground';
import ExamplePage from './ExamplePage';
import All from './All';
declare const _default: {
    title: string;
};
export default _default;
export { Playground, ExamplePage, All };
