import { FunctionComponent } from "preact";
export declare const Spinner: FunctionComponent<{
    size?: number;
    color?: string;
}>;
