import { default as FloatingActionButton } from './FloatingActionButton.vue';
import { default as mdx } from './FloatingActionButton.mdx';
///
declare namespace _default {
export let title: string;
export { FloatingActionButton as component };
export namespace parameters {
namespace docs {
export { mdx as page };
}
}
export namespace argTypes {
namespace labelText {
namespace control {
let type: string;
}
let description: string;
namespace table {
export let defaultValue: string;
export namespace type_1 {
let summary: string;
}
export { type_1 as type };
}
}
namespace buttonText {
export namespace control_1 {
let type_2: string;
export { type_2 as type };
}
export { control_1 as control };
let description_1: string;
export { description_1 as description };
export namespace table_1 {
let defaultValue_1: string;
export { defaultValue_1 as defaultValue };
export namespace type_3 {
let summary_1: string;
export { summary_1 as summary };
}
export { type_3 as type };
}
export { table_1 as table };
}
namespace buttonVariant {
export namespace control_2 {
let type_4: string;
export { type_4 as type };
}
export { control_2 as control };
let description_2: string;
export { description_2 as description };
export namespace table_2 {
let defaultValue_2: string;
export { defaultValue_2 as defaultValue };
export namespace type_5 {
let summary_2: string;
export { summary_2 as summary };
}
export { type_5 as type };
}
export { table_2 as table };
}
}
}
export default _default;
export function Primary(args: any, { argTypes }: {
argTypes: any;
}): {
props: string[];
components: {
FloatingActionButton: import('vue').DefineComponent<{
labelText: {
type: import('vue').PropType;
default: string;
};
buttonVariant: {
type: import('vue').PropType;
default: string;
};
buttonText: {
type: import('vue').PropType;
default: string;
};
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
click: () => void;
}, string, import('vue').PublicProps, Readonly;
default: string;
};
buttonVariant: {
type: import('vue').PropType;
default: string;
};
buttonText: {
type: import('vue').PropType;
default: string;
};
}>> & {
onClick?: (() => any) | undefined;
}, {
labelText: string;
buttonVariant: string | number | symbol;
buttonText: string;
}, {}>;
};
setup: () => {
args: any;
};
template: string;
};
export namespace Primary {
namespace args {
let labelText_1: string;
export { labelText_1 as labelText };
let buttonText_1: string;
export { buttonText_1 as buttonText };
let buttonVariant_1: string;
export { buttonVariant_1 as buttonVariant };
}
}