import { SpinnerSize } from './spinner.types';
/**
 * @exampleComponent limel-example-spinner-basic
 * @exampleComponent limel-example-spinner-color
 * @exampleComponent limel-example-spinner-size
 */
export declare class Spinner {
    /**
     * Determines the size of the spinner.
     */
    size: SpinnerSize;
    /**
     * Gives the spinner the shape of Lime Technologies' logo
     */
    limeBranded: boolean;
    render(): any;
    private renderSpinner;
}
//# sourceMappingURL=spinner.d.ts.map