declare const default_style: { name: string; attributes: {}; children: ({ name: string; attributes: { as: string; extend?: undefined; }; children: { name: string; attributes: { as: string; value: string; }; children: never[]; value: string; }[]; value: string; } | { name: string; attributes: { as: string; extend: string; }; children: { name: string; attributes: { as: string; value: string; }; children: never[]; value: string; }[]; value: string; })[]; value: string; }; export default default_style;