import '../skhemata-blog.js';
import { ArgTypes, Story } from './argTypes.js';
declare const _default: {
    title: string;
    component: string;
    argTypes: {
        blogPagePath: {
            name: string;
            table: {
                category: string;
                type: {
                    summary: string;
                };
            };
            description: string;
        };
    };
};
export default _default;
export declare const Example: Story<ArgTypes>;
