export type LoadingProps = { /** * Application name. * * @example `'Comment Mop'`. */ appDisplayName: string; /** * Media directory relative background image URL or data URI. * * @example `'background.png'`. */ backgroundUri: string; /** * Inline post height. * @default `'tall'` */ height: 'regular' | 'tall'; }; export declare function Loading(props: Readonly): JSX.Element; //# sourceMappingURL=loading.d.ts.map