import type { BillboardProps } from './types.js';
declare const Billboard: import("svelte").Component<BillboardProps, {}, "ref">;
type Billboard = ReturnType<typeof Billboard>;
export default Billboard;
