import { FC } from 'react';

declare const AttachPageFAQSchema: FC<{
    faqPages: string[];
}>;

export { AttachPageFAQSchema };
