type Props = {
    children: React.ReactNode;
};
declare const TipsLayout: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
export default TipsLayout;
