declare namespace _default {
    const title: string;
    const component: string;
    namespace parameters {
        namespace readme {
            export { readme as sidebar };
            export { readme as content };
        }
    }
    const argTypes: {
        type: {
            options: string[];
            control: {
                type: string;
            };
        };
        size: {
            options: string[];
            control: {
                type: string;
            };
        };
        hollow: {
            options: boolean[];
            control: {
                type: string;
            };
        };
        akostyle: {
            control: string;
        };
        disabled: {
            options: boolean[];
            control: {
                type: string;
            };
        };
        icon: {
            control: string;
        };
        "icon-placement": {
            options: string[];
            control: {
                type: string;
            };
        };
        direction: {
            options: string[];
            control: {
                type: string;
            };
        };
    };
}
export default _default;
export function Template(args: any): any;
