import { ComponentInterface } from '../../stencil-public-runtime';
export declare class MwcplFab implements ComponentInterface {
    /**
     * Label for the FAB.
     */
    label: string;
    /**
     * Creates a smaller of FAB.
     */
    mini: boolean;
    render(): any;
}
