export declare const meta: {
    description: string;
    category: string[];
    tag: string[];
    title: string;
};
export default meta;
