import '../skhemata-faq.js';
declare const _default: {
    title: string;
    component: string;
    argTypes: {
        faqPagePath: {
            name: string;
            table: {
                category: string;
                type: {
                    summary: string;
                };
            };
            description: string;
        };
    };
};
export default _default;
export declare const Example: any;
