import { BaseProps } from '../../types'; export interface PageTileProps extends BaseProps { withPadding?: boolean; bottomGap?: number; } export declare function PageTile(props: PageTileProps): import("react/jsx-runtime").JSX.Element; export default PageTile; //# sourceMappingURL=page-tile.d.ts.map