/** * Properties for FixedCenterBottom. */ export interface FixedCenterBottomProps { class?: string; } /** * Renders the contents centered at the bottom of the viewport. */ export declare const FixedCenterBottom: import("@builder.io/qwik").Component;