export const elementName: "frc-line-chart"; export namespace elementConfig { namespace dashboard { const displayName: string; } const description: string; namespace properties { namespace title { const type: StringConstructor; } namespace xAxisLabel { const type_1: StringConstructor; export { type_1 as type }; export const attribute: string; export const defaultValue: string; } namespace trackedTime { const type_2: NumberConstructor; export { type_2 as type }; const attribute_1: string; export { attribute_1 as attribute }; const defaultValue_1: number; export { defaultValue_1 as defaultValue }; } namespace timeStep { const type_3: NumberConstructor; export { type_3 as type }; const defaultValue_2: number; export { defaultValue_2 as defaultValue }; const attribute_2: string; export { attribute_2 as attribute }; } } const slots: { name: string; allowedChildren: string[]; }[]; const demos: { html: string; }[]; }