/** @typedef {typeof __propDef.props}  SiMaterialformkdocsProps */
/** @typedef {typeof __propDef.events}  SiMaterialformkdocsEvents */
/** @typedef {typeof __propDef.slots}  SiMaterialformkdocsSlots */
export default class SiMaterialformkdocs extends SvelteComponent<{
    color?: string | undefined;
    size?: number | undefined;
    title?: string | undefined;
}, {
    [evt: string]: CustomEvent<any>;
}, {}> {
}
export type SiMaterialformkdocsProps = typeof __propDef.props;
export type SiMaterialformkdocsEvents = typeof __propDef.events;
export type SiMaterialformkdocsSlots = typeof __propDef.slots;
import { SvelteComponent } from "svelte";
declare const __propDef: {
    props: {
        color?: string | undefined;
        size?: number | undefined;
        title?: string | undefined;
    };
    events: {
        [evt: string]: CustomEvent<any>;
    };
    slots: {};
};
export {};
